home *** CD-ROM | disk | FTP | other *** search
- #import "MultDoc.h"
-
- /* Version 0.9b Apr-19-92 First Public Release */
- /* Version 0.95 Apr-29-92 Multiple Save Types */
- /* Version 1.0b Aug-08-92 Minor Bug Fixes */
-
- @interface BriefDoc : MultDoc
- {
- }
-
- /* Factory Creation Methods */
-
- + initialize;
- + newFromFile:(const char *)file;
-
- - setUpNib;
-
- /* Public methods */
-
- - addFiles:(char *)fileList;
-
- /* Document name and file handling methods */
-
- - save;
-
- /* Text delegate methods */
-
- - textDidGetKeys:sender isEmpty:(BOOL)flag;
-
- @end
-